
This resource address deletes the named user from the named security database.
| Request Headers | |
|---|---|
| Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header.
|
Upon completion, MarkLogic Server returns status code 204 (No Content). A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
manage-admin and security rolehttp://marklogic.com/xdmp/privileges/manage
http://marklogic.com/xdmp/privileges/manage-admin
http://marklogic.com/xdmp/privileges/remove-user
manage role, http://marklogic.com/xdmp/privileges/manage plus the following granular privileges:
http://marklogic.com/xdmp/privileges/create-data-userhttp://marklogic.com/xdmp/privileges/user/edit/user-ID
curl -X DELETE --anyauth -u admin:admin \
http://localhost:8002/manage/v2/users/joe
==> Deletes the user, "joe," from the Security database.